github.com/klauspost/compress/huff0.nodeElt.setCount (method)
5 uses
github.com/klauspost/compress/huff0 (current package)
compress.go#L486: huffNode[nodeNb].setCount(huffNode[lowS].count() + huffNode[lowS-1].count())
compress.go#L492: huffNode[n].setCount(1 << 30)
compress.go#L495: huffNode0[0].setCount(1 << 31)
compress.go#L515: huffNode[nodeNb].setCount(huffNode0[n1+1].count() + huffNode0[n2+1].count())
compress.go#L740: func (e *nodeElt) setCount(c uint32) { *e = (*e)&0xffffffff00000000 | nodeElt(c) }
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |